home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / billacct / ii704.zip / GO.BAT < prev    next >
DOS Batch File  |  1994-06-25  |  6KB  |  148 lines

  1. @cls
  2. :delete any old work files
  3. @if not exist 0*. goto START
  4. echo . Deleting old files ...
  5. echo . Please be sure you teminate the program from the main menu.
  6. echo . Failure to do so, may result in corruption of data.
  7. @echo Y|del 0*.
  8. :
  9. :program requires FILES=91 (or greater in config.sys file)
  10. :
  11. :
  12. :INVENTORY INTERFACE COMMAND LINE PARRAMETERS
  13. :
  14. :    Application Command Line:
  15. :
  16. :    C><ii.exe> [//<setting> ... ]
  17. :
  18. :    You should adhere to the following rules when specifying these
  19. :    environment settings.
  20. :
  21. :    ■  Place a single blank space between settings
  22. :
  23. :    ■  Place a colon between setting and argument with no intervening space
  24. :
  25. :
  26. :
  27. ://BADCACHE
  28. :    BADCACHE causes the Virtual Memory Manager (VMM) to preserve and
  29. :    restore the state of the EMM page frame before and after every EMM
  30. :    access (the EMM page frame is an area in real address space through
  31. :    which EMM data is accessed).  This setting can be used to correct
  32. :    problems when there are conflicts with other programs that use EMM.
  33. :
  34. :    Note that on some EMM systems, the BADCACHE setting may adversely
  35. :    affect VMM performance.  It should only be used if you experience disk
  36. :    or file corruption because of a conflict with a disk cache or other
  37. :    resident software.
  38. :
  39. :
  40. ://CGACURS
  41. :    CGACURS prevents the use of the extended cursor capability of the
  42. :    EGA/VGA.  Specifying this setting may preclude some cursor modes by
  43. :    some display adaptors.  The CGACURS prevents the cursor weirdness when
  44. :    a Inventory Interface program is executed in some multitasking and TSR
  45. :    environments.
  46. :
  47. :
  48. ://DYNF:<nHandles>
  49. :    DYNF specifies the number of file handles the dynamic
  50. :    overlay system is allowed to use.  Valid settings range from 1 to 8
  51. :    inclusive.  If not specified, the default is 2.
  52. :
  53. :
  54. ://E:<nExpandedKbytes>
  55. :    E restricts the amount of expanded memory automatically allocated 
  56. :    to <nExpandedKbytes>.  Inventory Interface-compiled and can use 
  57. :    expanded memory to speed up processing as well as some disk-based 
  58. :    operations.  Inventory Interface can use memory configured
  59. :    as expanded memory according to the Lotus-Intel-Microsoft (LIM)
  60. :    Expanded Memory Specification (EMS) version 4.0 or higher.
  61. :
  62. :    Expanded memory is automatically allocated in its entirety at startup;
  63. :    there is no dynamic allocation as execution proceeds.  The maximum
  64. :    amount allocated is limited by four factors:
  65. :
  66. :    ■  The amount available
  67. :    ■  The //E:nnn command line parameter environment setting 
  68. :    ■  A theoretical maximum of 32MB
  69. :    ■  The amount of conventional memory available
  70. :
  71. :    Note that a certain amount of conventional memory must be used to
  72. :    contain management tables for the virtual memory system--the more total
  73. :    memory (both conventional and expanded), the more space taken up by
  74. :    this control information.  The amount of expanded memory used may be
  75. :    less than the amount available if there is insufficient conventional
  76. :    memory to hold the tables.
  77. :
  78. :
  79. ://F:<nHandles>
  80. :     This value has been burned in at 85 and cannot be changed.
  81. :    F is used in combination with the value specified with
  82. :    the FILES command in CONFIG.SYS to inform Inventory Interface of the 
  83. :    maximum number of file handles to use.  When specified, Inventory 
  84. :    Interface determines the number of files that can be opened using the 
  85. :    smaller of the //F:<n> setting and the CONFIG.SYS FILES value.  For 
  86. :    example, if the FILES command is set to 120 and the F parameter is set 
  87. :    to 50, the maximum number of files that can be opened is 50.  The ideal 
  88. :    <nHandles> is an odd number and 5 less than specified with the FILES 
  89. :    command.  You may need to add to the '5' value is you are running any
  90. :    TSR programs including Windows, Menu Programs, etc.
  91. :
  92. :
  93. ://NOIDLE
  94. :    NOIDLE prevents Inventory Interface from detecting and taking advantage 
  95. :    of idle time during the program execution.  Inventory Interface detects
  96. :    idle states (e.g. keyboard wait states) during program execution.
  97. :    When an idle condition is detected, the program uses the
  98. :    slack time to perform garbage collection, file updates, and other
  99. :    routine housekeeping duties.  This increases system performance by
  100. :    performing this work while the application is waiting for user input.
  101. :
  102. :    Note: NOIDLE is provided for applications in which idle time processing
  103. :    is unacceptable.  Since it reduces overall system performance, its use
  104. :    is generally not recommended.
  105. :
  106. :
  107. ://SWAPK:<nBytes> 
  108. :    SWAPK specifies the maximum allowable size of the disk
  109. :    swap file used for the virtual memory (VM) system.  Settings are
  110. :    specified in kilobyte increments.  Valid settings range from 256 to
  111. :    65,535 inclusive.  If this setting is not specified, the default is
  112. :    16,384 (16 MB).
  113. :
  114. :    Note: Swap space is only allocated as needed--a particular setting
  115. :    does not guarantee that the swap file will get that big.  Suppressing or
  116. :    restricting disk swapping may cause an application to fail.
  117. :
  118. :
  119. ://SWAPPATH:'<path>' 
  120. :    SWAPPATH specifies the location of the virtual memory swap
  121. :    file.  If not specified, the swap file is created in the current DOS
  122. :    drive and directory.  If you are running Inventory Interface on a 
  123. :    compressed drive, you may notice performance enhancements if your
  124. :    //SWAPPATH setting is a non-compressed drive.
  125. :
  126. :
  127. ://TEMPPATH:'<path>'
  128. :    TEMPPATH controls the placement of temporary files created
  129. :    during sorting and indexing.  By default these files are placed in
  130. :    the current DOS directory.
  131. :
  132. :    Note: Temporary files created during sorting and indexing can be quite
  133. :    large.  Setting TEMPPATH to a small volume (e.g. a ram disk) may cause
  134. :    these operations to fail.  In general, the volume where these temporary
  135. :    files will be written should have an available capacity at least twice
  136. :    the size of the largest index to be created or database file to be
  137. :    sorted.
  138. :
  139. :
  140. ://X:<nKbytes>
  141. :    X specifies the amount of memory to exclude from being
  142. :    allocated, except for a DOS shell command.  Specified in kilobytes, valid
  143. :    values range from zero to 64 inclusive.  If not specified, the default
  144. :    value is zero.
  145. :
  146. :START
  147. @date
  148. ii